-
Couldn't load subscription status.
- Fork 4.3k
feat(python): add term entry for 'from' keyword with syntax, examples… #7766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(python): add term entry for 'from' keyword with syntax, examples… #7766
Conversation
|
@mamtawardhani Please review. |
Updated the description and examples for the 'from' keyword in Python, enhancing clarity and consistency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for second review! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made minor changes to the tags.
|
The entry looks good to be merged. |
|
👋 @vansh2408 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/python/keywords/from Please note it may take a little while for changes to become visible. |
Description
This PR adds a new term entry for the
fromkeyword under the Python keywords section.The
fromkeyword is used in import statements to specify the module from which to import specific attributes, functions, or classes.Issue Solved
Closes #7741
Type of Change
Checklist
mainbranch.Issues Solvedsection.